-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add templates for second factor user authentication #102
Add templates for second factor user authentication #102
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These templates looks okay, but you missed the user_login_secondfactor
. Take a look at ArneGudermann#1
…emplates Adjust template `user_login_secondfactor`
After viur-framework/viur-core#578 is merged, we can merge this one. Thäänk yuuuuhh @ArneGudermann |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We better wait here for the core with further changes and continue all discussions there. Otherwise it will be too messy.
The last two commits (2 x "Change Template") I think are a step backwards and I wouldn't do it that way.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @ArneGudermann,
I adjusted the templates again (hopefully the last time). I did this directly in your pr for simplicity, hope that was ok.
During this I discovered some bugs/mistakes in viur-core and created the PRs:
- fix: import qrcode's element with an alias viur-core#844
- fix: template name should not be static. viur-core#845
- fix some mixed up and blurred methods and concepts. viur-core#846
I tested the templates with this merge-branch: https://github.com/sveneberth/viur-core/tree/develop_with_bugfixes
The templates for #578.